net: xilinx_ll_temac: Fix string overflow
authorRicardo Ribalda Delgado <[email protected]>
Tue, 26 Jan 2016 10:24:24 +0000 (11:24 +0100)
committerMichal Simek <[email protected]>
Wed, 27 Jan 2016 14:57:20 +0000 (15:57 +0100)
commit21909baf57085994eb35089626d68d1b5b9619f7
tree21fc7bc209a3bee8d3d26b4dd99623516f6d4e29
parent7e5281fee4b6a1f1568aac396380feeaecbd349e
net: xilinx_ll_temac: Fix string overflow

Size of this snprintf "lltemac.%lx" is bigger than 16 characters.
Replacing it with "ll_tem.%lx"

Signed-off-by: Ricardo Ribalda Delgado <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Reviewed-by: Michal Simek <[email protected]>
drivers/net/xilinx_ll_temac.c